c runtime library
- 网络C运行时间库
-
On top of the OS API functions , software vendors implement the C Runtime Library ( CRT ) .
基于操作系统的API函数,软件厂商实现了C运行时程序库(CRT)。
-
Microsoft also added versions to their CRT ( C runtime library ) that operate on DBCS strings .
微软还在它的CRT(Cruntimelibrary)中增加了操作DBCS字符串的版本。
-
On top of the Windows API , there is the C Runtime Library , which encapsulates and hides the Operating System differences .
处于WindowsAPI之上的则是C的动态运行库,它对操作系统进行了封装,并隐藏了不同的操作系统之间的差异。
-
Both the C Runtime Library and the Standard C + + Library can be linked to statically or dynamically , depending on the application 's needs .
根据应用程序的客观需要,它可以静态活动态的链接到C运行时程序库和标准C++程序库。
-
To Invoke an Application-Supplied Algorithm The C runtime library function qsort sorts an array of objects , but you must supply the function that compares objects .
调用应用程序提供的算法:C运行时库函数qsort排序对象数组,但你必须提供比较函数。
-
This is because they reside within the C runtime library ( libc . so ), which was not ( in this case ) compiled with-pg and , hence , no profiling is gathered for any functions within this library .
这是因为这些函数都是在C运行时库(libc.so)中的,(在本例中)它们都没有使用DE>-pgDE>进行编译,因此就没有对这个库中的函数收集剖析信息。